home *** CD-ROM | disk | FTP | other *** search
- ; *************************************************
- ; Catalog description file for hotlist.module
- ; *************************************************
- ;
- ; This is the title for requesters
- MSG_TITLE (1000//)
- Hotlist
- ;
- ; The description line displayed in the list of commands
- MSG_HOTLIST_DESC (//)
- Show user defined file/path hotlist
- ;
- MSG_OK_GAD (//)
- OK
- ;
- MSG_CANCEL_GAD (//)
- Cancel
- ;
- ; The gadget string below is for an "open a file requester" gadget.
- ; (Try doing 'MakeDir' in a hotlist to see where it's used.)
- MSG_BROWSE_GAD (//)
- Browse
- ;
- MSG_VERSREQ_FMT (//)
- Error: dopus5.library version %u or higher required.
- ;
- ; There are various sanity checks in the program which may catch a bug in the
- ; code itself. When one of these checks fails a requester appears with the
- ; string below.
- MSG_INTERNAL_ERROR (//)
- Internal error!
- ;
- MSG_CONFIGWRITE_ERROR (//)
- Error writting new config file.
- ;
- MSG_CONFIGREAD_ERROR (//)
- Error reading config file.
- ;
- ; The DEFAULTNAME and DEFAULTPATH strings below will be used when the hotlist
- ; is empty to add an entry to the lister as "<NAME> (<PATH>)".
- ; For example, the English strings give "Empty hotlist (drop entries here)".
- MSG_DEFAULTNAME (//)
- Empty hotlist
- ;
- MSG_DEFAULTPATH (//)
- drop entries here
- ;
- ; The string below is used when 0 or more than 1 entries are to be deleted.
- ; You should make this look like the internal delete requester in Opus.
- MSG_DELETE_FMT_PLURAL (//)
- Warning: you cannot get back\nwhat you delete! OK to delete:\n\n%d entries from the hotlist?
- ;
- ; The string below is used when exactly 1 entry is to be deleted.
- ; You should make this look like the internal delete requester in Opus.
- MSG_DELETE_FMT_SINGLE (//)
- Warning: you cannot get back\nwhat you delete! OK to delete:\n\n%d entry from the hotlist?
- ;
- ; %s in the string below is replaced by the PATH for the hotlist entry.
- ; You should always place quotes around the %s string.
- MSG_NAMEFORPATH_FMT (//)
- Enter a name for\n'%s'
- ;
- ; You should always place quotes around the %s string.
- MSG_NAMEDUPLIC_FMT (//)
- There is already an entry named\n'%s'
- ;
- MSG_PATHFORNEW (//)
- Enter path for new entry
- ;
- ; %s in the sting below is replaced by the name when asking for a new path
- ; when the user wants to rename an entry. %s should be surrounded by quotes.
- MSG_PATHFORRENAME_FMT (//)
- Enter new path for\n'%s'
- ;
- ; %s in the sting below is replaced by the path when asking for a new name
- ; when the user wants to rename an entry. %s should be surrounded by quotes.
- MSG_NAMEFORRENAME_FMT (//)
- Enter new name for\n'%s'
- ;
- MSG_UNSUPPORTED_FMT (//)
- The '%s' command is not\nsupported in hotlists.
- ;
- MSG_NOFILEDROP (//)
- You can only drop paths from the Hotlist\nto other listers. Dropping files doesn't\ndo anything right now.
- ;
- MSG_NOCUSTDROP (//)
- You cannot drop entries between a Hotlist\nand another custom-handler driven lister.
- ;
- MSG_EXECVERS_FMT (//)
- Error: exec.library version %u or higher required.
- ;
- ; This string should not be longer than 30 characters.
- MSG_SEMWAIT (//30)
- Config in use, waiting...
- ;
- MSG_NOSIGS (//)
- Error: No free signal bits.
- ;
- MSG_PATHQUERY (//)
- Couldn't query entry's path\nfrom the other Hotlist.
- ;
- MSG_PATHFORNEW_NEW (//)
- Enter path for new entry;\nGive a new filename to create\na new sub-hotlist.
-